Application::Application

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index Return to Main Contents
 

NAME

Application::Application - instance method  

TEMPLATE

void Application(int argc, char ** argv, const char * mainDocumentType = cDocTypeUndef)  

SPECIFIERS

public  

DESCRIPTION

The constructor ensures that there is only one instance of Application within the program which should not occur normally.
It installs an error handler through the function SetErrorHandler which will invoke the method DoOnError.  

ARGUMENTS

int argc

the argc
argument of main. See instvar argc.
char ** argv

the argv
argument of main. See instvar argv.
const char * mainDocumentType = cDocTypeUndef

the type of documents the application creates and is able to open. See
instvar mainDocumentType.
 

RETURN ARGUMENT

void

 

CATEGORIES

constructor

 

FILES

implementation:
Application.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:32 GMT, March 30, 2022